ServiceSearchMailboxes Method (IListMailboxQuery) |
Searches the mailboxes.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic SearchMailboxesResponse SearchMailboxes(
IList<MailboxQuery> mailboxQueries
)
Public Function SearchMailboxes (
mailboxQueries As IList(Of MailboxQuery)
) As SearchMailboxesResponse
Parameters
- mailboxQueries
- Type: System.Collections.GenericIListMailboxQuery
The mailbox queries.
Return Value
Type:
SearchMailboxesResponseSearchMailboxesResponse.
See Also